home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sports Illustrated for Kids - Awesome Athletes!
/
Sports Illustrated for Kids - Awesome Athletes!.iso
/
hf.dir
/
00038.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-19
|
287 b
|
19 lines
on mouseDown
puppetSprite(34, 0)
go(1)
dontPassEvent()
end
on mouseUp
dontPassEvent()
end
on enterFrame
global ghfathlete, ghfathleteno
set vName to "SIDE" & ghfathleteno & "2"
puppetSprite(34, 1)
set the castNum of sprite 34 to cast vName
updateStage()
wait()
end